Auto merge of #1625 - alexcrichton:ignore-dotfile, r=brson
authorbors <bors@rust-lang.org>
Tue, 19 May 2015 01:03:03 +0000 (01:03 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 May 2015 01:03:03 +0000 (01:03 +0000)
commit6962728bb11d8d3e59f24c8d1d89b065be5ab96b
tree799c231b6c749555915c2cc349cf68855fc86f7e
parent9be0f261a86ee1bd0f03b84e4e105dc0551d8455
parent1727409e6d0040bceae4704e090bad3019ba7be8
Auto merge of #1625 - alexcrichton:ignore-dotfile, r=brson

Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.

Closes #1615
src/cargo/util/toml.rs
tests/test_cargo_compile.rs